Home
last modified time | relevance | path

Searched defs:op0 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.h65 auto op0 = llvm::dyn_cast<llvm::Constant>(cmp->getOperand(0)); in IsNullCmp() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp112 llvm::Value *op0 = call->getOperand(DEST); in HandleMemCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp372 BaseNode *op0 = condNode->Opnd(0); in HandleCondbr() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp2440 [[maybe_unused]] auto op0 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local
2532 [[maybe_unused]] auto op0 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp887 auto op0 = compare->GetInput(0).GetInst(); in VisitIfImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1258 auto op0 = input->GetInput(0).GetInst(); in VisitCastCase3() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2948 Reg op0 = swap ? src1 : src0; in CompareHelper() local