Searched refs:SpecConstantFn (Results 1 – 1 of 1) sorted by relevance
806 llvm::Function *SpecConstantFn = getSpecConstantFunction(E->getType()); in EmitHLSLBuiltinExpr() local810 return Builder.CreateCall(SpecConstantFn, Args); in EmitHLSLBuiltinExpr()823 llvm::Function *SpecConstantFn = M->getFunction(MangledName); in getSpecConstantFunction() local825 if (!SpecConstantFn) { in getSpecConstantFunction()830 SpecConstantFn = llvm::Function::Create( in getSpecConstantFunction()833 return SpecConstantFn; in getSpecConstantFunction()