Home
last modified time | relevance | path

Searched defs:CastOp (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp207 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
316 auto CastOp = (Instruction::CastOps)I->getOpcode(); in calcRange() local
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp144 std::optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() member
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp600 CastInst *CastOp; in foldBinOpIntoSelect() local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp717 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1084 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp6445 Instruction::CastOps *CastOp) { in lookThroughCast()
6538 Instruction::CastOps *CastOp, in matchSelectPattern()
6558 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
DScalarEvolution.cpp7078 std::optional<unsigned> CastOp; in getRangeViaFactoring() local
9772 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
9778 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
9784 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV() local
9791 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp2348 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp3271 Instruction::CastOps CastOp; in visitSelectInst() local
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4908 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp9595 Instruction::CastOps CastOp = CI->getOpcode(); in calculateCastInst() local