Lines Matching refs:CallInst
52 static bool expandAbs(CallInst *Orig) { in expandAbs()
72 static bool expandIntegerDot(CallInst *Orig, Intrinsic::ID DotIntrinsic) { in expandIntegerDot()
103 static bool expandExpIntrinsic(CallInst *Orig) { in expandExpIntrinsic()
125 static bool expandAnyIntrinsic(CallInst *Orig) { in expandAnyIntrinsic()
160 static bool expandLerpIntrinsic(CallInst *Orig) { in expandLerpIntrinsic()
174 static bool expandLogIntrinsic(CallInst *Orig, in expandLogIntrinsic()
196 static bool expandLog10Intrinsic(CallInst *Orig) { in expandLog10Intrinsic()
200 static bool expandPowIntrinsic(CallInst *Orig) { in expandPowIntrinsic()
246 static bool expandClampIntrinsic(CallInst *Orig, Intrinsic::ID ClampIntrinsic) { in expandClampIntrinsic()
264 static bool expandIntrinsic(Function &F, CallInst *Orig) { in expandIntrinsic()
296 auto *IntrinsicCall = dyn_cast<CallInst>(U); in expansionIntrinsics()