Searched refs:CastOp0 (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4834 auto *CastOp0 = cast<CastInst>(ICmp.getOperand(0)); in foldICmpWithZextOrSext() local 4836 if (!match(CastOp0, m_ZExtOrSExt(m_Value(X)))) in foldICmpWithZextOrSext() 4839 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() 4897 Type *SrcTy = CastOp0->getSrcTy(); in foldICmpWithZextOrSext() 4898 Type *DestTy = CastOp0->getDestTy(); in foldICmpWithZextOrSext() 4947 auto *CastOp0 = dyn_cast<CastInst>(ICmp.getOperand(0)); in foldICmpWithCastOp() local 4948 if (!CastOp0) in foldICmpWithCastOp() 4953 Value *Op0Src = CastOp0->getOperand(0); in foldICmpWithCastOp() 4954 Type *SrcTy = CastOp0->getSrcTy(); in foldICmpWithCastOp() 4955 Type *DestTy = CastOp0->getDestTy(); in foldICmpWithCastOp() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1649 Value *CastOp0 = IC.Builder.CreateBitCast(Op0, Mask->getType()); in instCombineIntrinsic() local 1651 Value *Sel = IC.Builder.CreateSelect(BoolVec, CastOp1, CastOp0); in instCombineIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6744 SDValue CastOp0 = DAG.getNode(ISD::BITCAST, dl, SplitVT, Op0); in LowerVSETCC() local 6746 SDValue Cmp = DAG.getNode(ISD::SETCC, dl, SplitVT, CastOp0, CastOp1, in LowerVSETCC()
|