Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp110 static Instruction::BinaryOps mapBinOpcode(unsigned Opcode) { in mapBinOpcode() function
490 NewV = IRB.CreateBinOp(mapBinOpcode(I->getOpcode()), in convert()