Searched defs:CastOpcode (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineVectorOps.cpp | 1514 CastInst::CastOps CastOpcode; narrowInsElt() local |
H A D | InstructionCombining.cpp | 324 auto CastOpcode = Cast->getOpcode(); simplifyAssocCastAssoc() local |
H A D | InstCombineAndOrXor.cpp | 1720 Instruction::CastOps CastOpcode = Cast0->getOpcode(); foldCastedBitwiseLogic() local |
H A D | InstCombineCompares.cpp | 5599 CastInst::CastOps CastOpcode = foldICmpWithZextOrSext() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 13066 unsigned CastOpcode = Cast->getOpcode(); matchVSelectOpSizesWithSetCC() local |