Home
last modified time | relevance | path

Searched defs:selectInst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Daarch64_fixup_sdiv.cpp32 bool AArch64FixupSDiv::ReplaceSelect(llvm::Instruction *selectInst) in ReplaceSelect()
73 for (auto selectInst : selectInsts) { in run() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp461 Inst *selectInst; in ReplaceSignedModPowerOfTwo() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1961 if (auto selectInst = llvm::dyn_cast<llvm::SelectInst>(selectVal)) { in CreateSignDivMod() local