Searched refs:ConstantFoldScalarCall (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1461 Constant *ConstantFoldScalarCall(StringRef Name, unsigned IntrinsicID, Type *Ty, in ConstantFoldScalarCall() function 1903 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI); in ConstantFoldVectorCall() 1927 return ConstantFoldScalarCall(Name, F->getIntrinsicID(), Ty, Operands, TLI); in ConstantFoldCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1590 Constant *ConstantFoldScalarCall(StringRef Name, unsigned IntrinsicID, Type *Ty, in ConstantFoldScalarCall() function 2083 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI, CS); in ConstantFoldVectorCall() 2110 return ConstantFoldScalarCall(Name, F->getIntrinsicID(), Ty, Operands, TLI, CS); in ConstantFoldCall()
|