Home
last modified time | relevance | path

Searched refs:CreateIsInteger (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h148 llvm::Value *CreateIsInteger(Inst *inst, llvm::Value *input);
Dllvm_ir_constructor.cpp783 auto result = CreateIsInteger(inst, GetInputValue(inst, 0)); in EmitIsInteger()
793 auto isInteger = CreateIsInteger(inst, input); in EmitIsSafeInteger()
1745 llvm::Value *LLVMIrConstructor::CreateIsInteger(Inst *inst, llvm::Value *input) in CreateIsInteger() function in ark::compiler::LLVMIrConstructor