Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IntrinsicInst

17 #include "llvm/IR/IntrinsicInst.h"
303 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) {
308 IntrinsicInst *II = dyn_cast<IntrinsicInst>(Op);
519 IntrinsicInst *Log2;
679 if (isa<CallInst>(BBI) && !isa<IntrinsicInst>(BBI))