Home
last modified time | relevance | path

Searched defs:operandsType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h226 Inst *CreateCast(Inst *input, DataType::Type type, DataType::Type operandsType, size_t pc) in CreateCast()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4206 auto operandsType = compareInst->GetOperandsType(); in VisitCompare() local
4224 DataType::Type operandsType = cmpInst->GetOperandsType(); in VisitCmp() local