Searched refs:map_from_llvmopcode (Results 1 – 1 of 1) sorted by relevance
977 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function2433 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp()2696 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()